home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / SNNSV32.ZIP / SNNSv3.2 / tools / doc / convert2snns.doc < prev    next >
Encoding:
Text File  |  1994-04-25  |  2.0 KB  |  64 lines

  1.                   ====================================
  2.                   Description of the tool CONVERT2SNNS
  3.                   ====================================
  4.  
  5.  In order to work with the KOHONEN tools in SNNS you need a pattern file
  6.  and a network file with a special format.
  7.  Convert2snns will accomplish three important things: 
  8.  
  9.  - Creation of a 2-dimensional Kohonen Feature Map with n Components
  10.  - Weightfiles are converted in a SNNS compatible .net file
  11.  - A file with raw patterns is converted in a .pat file
  12.  
  13.  When working with convert2snns, you need 3 files 
  14.  
  15.  1) A control file, containing the configuration of the network
  16.  2) A file with weight vectors
  17.  3) A file with raw patterns
  18.  
  19.  ***** setup of a control file *****
  20.  
  21.  Each line of the controlfile begins with a KEYWORD followed by the
  22.  respective declaration. The succession of KEYWORDS is arbitrary.
  23.  
  24.  Example of a control file:
  25.  
  26.  PATTERNFILE                 eddy.in     ** 
  27.  WEIGHTFILE                  eddy.dat    
  28.  XSIZE                       18          <-
  29.  YSIZE                       18          <-
  30.  COMPONENTS                  8           <-
  31.  PATTERNS                    47          **
  32.  
  33.  For the creation of a .net file you need at least the statements marked <-
  34.  and for the .pat file additionally the statements marked **!
  35.  Omitting the WEIGHTFILE will initialize the weights of the network with 0.
  36.  
  37.  See cube.cont for an example of a control file.
  38.  
  39.  
  40.  ***** structure of a WEIGHTFILE *****
  41.  
  42.  The WEIGHTFILE is a simple ASCII file, containing the weight vectors row
  43.  by row. Besides, each vector is stored component by component.
  44.  
  45.  
  46.  ***** structure of a PATTERNFILE *****
  47.  
  48.  The PATTERNFILE contains in each line the components of a pattern.
  49.  
  50.  
  51.  When convert2snns has finished the conversion it will ask for the
  52.  name of the NETWORK and PATTERNS to be saved.
  53.  Example:     cube        cube    (without suffix!), 
  54.  resulting in cube.net and cube.pat 
  55.  
  56.  For bugs contact:    seemann@peanuts.informatik.uni-tuebingen.de
  57.  
  58.  last change: July 8 1993
  59.  
  60.  
  61.  
  62.  
  63.  
  64.